'宣言 Public Overloads Function PushClip( _ ByVal clipRect As System.Nullable(Of RectangleF) _ ) As GcGraphics.Clip
public GcGraphics.Clip PushClip( System.Nullable<RectangleF> clipRect )
パラメータ
- clipRect
- The clipping rectangle. If this parameter is null, this method does nothing and returns null.
戻り値の型
The GcGraphics.Clip object that removes the clipping when disposed, or null.